html,body{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;   
    direction: rtl;
}
.m-go-up{
    display: flex;
    background-color: rgb(0, 94, 202);
    border: none;
    color: white;
    padding: 1em;
    border-radius: 100px;
    font-size: 17px;
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 5;
    cursor: pointer;

}